name property Null safety

String? name
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;