toJson method

Map<String, dynamic> toJson()

Implementation

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