name property

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