toJson method

Map toJson()

Implementation

Map toJson() => {
      'query': query,
      'to': to,
      'cc': cc,
      'bcc': bcc,
    };