VideoRequestDetails class

Constructors

VideoRequestDetails({required String id, required String createdAt, required String updatedAt, required String type, String status = 'unknown', String? progress})
VideoRequestDetails.fromJson(Map<String, dynamic> json)
factory
VideoRequestDetails.fromJsonString(String jsonStr)
Parse single JSON string to VideoRequest
factory

Properties

createdAt String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
progress String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
type String
final
updatedAt String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJsonString(String jsonArrayStr) List<VideoRequestDetails>
Parse JSON array string to List of VideoRequest