Metadata class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Metadata(String? resolution, String? hdr, String? audio, bool? is3d, String? mediaType, String? audioChannels)
Metadata.fromJson(Map<String, dynamic> json)
factory

Properties

audio String?
final
audioChannels String?
final
hashCode int
The hash code for this object.
no setterinherited
hdr String?
final
is3d bool?
final
mediaType String?
final
resolution String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

fromJsonModel(Map<String, dynamic> json) Metadata