toMap method

Map toMap()

Implementation

Map<dynamic, dynamic> toMap() => <dynamic, dynamic>{
      'type': type,
      'enabled': enabled,
    };