toJson method

Map<String, dynamic> toJson()

Implementation

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