Club class abstract

Constructors

Club([dynamic updates(ClubBuilder b)])
factory

Properties

animeRelations → BuiltList<Meta>
no setter
category String
no setter
characterRelations → BuiltList<Meta>
no setter
created String
no setter
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
no setter
malId int
no setter
mangaRelations → BuiltList<Meta>
no setter
membersCount int
no setter
picturesCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staff → BuiltList<Meta>
no setter
title String
no setter
type String
no setter
url String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ClubBuilder)) Club
Rebuilds the instance.
inherited
toBuilder() ClubBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Club>
no setter

Static Methods

fromJson(Map<String, dynamic> jsonMap) Club