factory Id.fromJson(Map<String, dynamic> json) => Id( kind: json['kind'] as String?, channelId: json['channelId'] as String?, );