MediaJsonDetail class

Constructors

MediaJsonDetail.new({String? link, String? title, String? description, String? size, String? time, String? artist, String? album, int? isPrivate, String? link1, String? link2, String? link3})
MediaJsonDetail.fromJson(String str)
factory
MediaJsonDetail.fromMap(dynamic json)
factory

Properties

album String?
getter/setter pair
artist String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPrivate int?
getter/setter pair
getter/setter pair
link1 String?
getter/setter pair
link2 String?
getter/setter pair
link3 String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
getter/setter pair
time String?
getter/setter pair
title String?
getter/setter pair

Methods

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

Operators

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