toJson method

Map<String, dynamic> toJson()

Implementation

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