toJson method

dynamic toJson()

Implementation

toJson() => {
      'info': info.toJson(),
      'recivers': recivers,
      'who': who.map((e) => e.toJson()).toList(),
    };