toJson method

Map<String, dynamic> toJson()

Implementation

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