name property Null safety
final
The name of the this Expando as passed to the constructor. If
no name was passed to the constructor, the name is null
.
Implementation
final String? name;
The name of the this Expando as passed to the constructor. If
no name was passed to the constructor, the name is null
.
final String? name;