toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final etag = this.etag;
  final kind = this.kind;
  final permitted = this.permitted;
  final videoId = this.videoId;
  return {
    'etag': ?etag,
    'kind': ?kind,
    'permitted': ?permitted,
    'videoId': ?videoId,
  };
}