MediaJson class

Constructors

MediaJson({required bool status, Map<String, dynamic>? webContents, int? variantId, int? storyId, String? serverIP, String? serverName, String? responseTime})
MediaJson.fromJson(Map<String, dynamic> json)
factory
MediaJson.fromRawJson(String str)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
responseTime String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverIP String?
getter/setter pair
serverName String?
getter/setter pair
status bool
getter/setter pair
storyId int?
getter/setter pair
variantId int?
getter/setter pair
webContents Map<String, dynamic>?
getter/setter pair

Methods

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

Operators

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