toMap property

Map<String, dynamic> toMap

Implementation

Map<String, dynamic> get toMap =>
    {_id: id, _label: label, _value: value, _type: type};