Map<String, dynamic> toJson() { final snapshotsEnabled = this.snapshotsEnabled; return { 'SnapshotsEnabled': snapshotsEnabled, }; }