toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final deletionProtection = this.deletionProtection;
  final etag = this.etag;
  final name = this.name;
  final subsetView = this.subsetView;
  return {
    'deletionProtection': ?deletionProtection,
    'etag': ?etag,
    'name': ?name,
    'subsetView': ?subsetView,
  };
}