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 value is the null
value.
Implementation
final String? name;
The name of the this Expando as passed to the constructor.
If no name was passed to the constructor, the value is the null
value.
final String? name;