toJson method

Map<String, dynamic> toJson()

Implementation

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