toJson method

Map<String, dynamic> toJson()

Implementation

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