$AudioVideoOffset class Null safety

Used by:

  • displayvideo:v1 : AudioVideoOffset
  • displayvideo:v2 : AudioVideoOffset

Constructors

$AudioVideoOffset({String? percentage, String? seconds})
$AudioVideoOffset.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
percentage String?
The offset in percentage of the audio or video duration.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
seconds String?
The offset in seconds from the start of the audio or video.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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