VimeoVideoLinkDto class

Vimeo video link data object.

Annotations
  • @JsonSerializable()

Constructors

VimeoVideoLinkDto({required String id, required String mime, required int fps, required String url, required String quality, required int height})
const
VimeoVideoLinkDto.fromJson(Map<String, dynamic> json)
factory

Properties

fps int
final
hashCode int
The hash code for this object.
no setteroverride
height int
final
id String
final
mime String
final
quality String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

copyWith({String? id, String? mime, int? fps, String? url, String? quality, int? height}) VimeoVideoLinkDto
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDomain() VimeoVideoLink
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant VimeoVideoLinkDto other) bool
The equality operator.
override