VideoSearchResult class
Video search result
- Annotations
-
- @JsonSerializable.new()
Constructors
- VideoSearchResult({required String dingId, required int createdAt, String? hqUrl, required String lqUrl, required dynamic prerollDuration, required String thumbnailUrl, required String untranscodedUrl, required DingKind kind, required String state, required bool hadSubscription, required bool favorite, required int duration, required CvProperties cvProperties})
-
const
-
VideoSearchResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → int
-
final
- cvProperties → CvProperties
-
final
- dingId → String
-
final
- duration → int
-
final
- favorite → bool
-
final
- hadSubscription → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hqUrl → String?
-
final
- kind → DingKind
-
final
- lqUrl → String
-
final
- prerollDuration → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String
-
final
- thumbnailUrl → String
-
final
- untranscodedUrl → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited