FileRes class

Inheritance
Available extensions

Constructors

FileRes.fromJson(Map<String, dynamic> json)

Properties

code int?
getter/setter pairinherited
data ↔ dynamic
getter/setter pairinherited
errno int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pairinherited
url String?
getter/setter pair
uuid String?
getter/setter pairinherited

Methods

dataFromJson(Map<String, dynamic> json) → dynamic
inherited
isDataVali() bool

Available on Resp, provided by the RespExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showErr(BuildContext context) String?

Available on Resp, provided by the RespExt extension

superFromJson(Map<String, dynamic> json) → void

Available on Resp, provided by the RespExt extension

toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
valid() bool

Available on Resp, provided by the RespExt extension

validNotGoLogin() bool

Available on Resp, provided by the RespExt extension

Operators

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