toJson method

Map<String, dynamic> toJson ()

Implementation

Map<String, dynamic> toJson() => {
      'item0': item0,
      'item1': item1,
    };