factory KinesisVideoStream.fromJson(Map<String, dynamic> json) { return KinesisVideoStream( arn: json['Arn'] as String?, ); }