toJson method

Map<String, dynamic> toJson()

Implementation

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