toJson method

Map<String, dynamic> toJson()

Serializes the blocker.

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
  'id': id,
  'identifier': identifier,
  'state': state,
};