mangadex_library
custom_list_confirmation
Relationship
Relationship constructor
Relationship
Relationship
constructor
Null safety
Relationship
(
String
id
,
String
type
,
String
related
,
Object
attributes
)
Implementation
Relationship(this.id, this.type, this.related, this.attributes);
mangadex_library
custom_list_confirmation
Relationship
Relationship constructor
Relationship class
Constructors
Relationship
fromJson
Properties
attributes
hashCode
id
related
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==