toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final envelope = this.envelope;
  final statement = this.statement;
  return {'envelope': ?envelope, 'statement': ?statement};
}