toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'type': _type.index,
      'id': userId,
      'tag': tag,
      'x': x,
      'y': y,
      'width': width,
      'height': height,
    };