toJson method

Map<String, dynamic> toJson()

Implementation

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