AnilistStaff class abstract
Constructors
- AnilistStaff.new([void updates(AnilistStaffBuilder)])
-
factory
Properties
-
characters
→ AnilistConnection<
AnilistCharacter, AnilistCharacter> ? -
no setter
- description → String?
-
no setter
- favourites → int?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
no setter
- image → AnilistImage?
-
no setter
- isFavourite → bool?
-
no setter
- language → String?
-
no setter
- name → AnilistName?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
staffMedia
→ AnilistConnection<
AnilistMedia, AnilistMedia> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AnilistStaffBuilder)) → AnilistStaff -
Rebuilds the instance.
inherited
-
toBuilder(
) → AnilistStaffBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AnilistStaff> -
no setter
Static Methods
-
fromJson(
Map< String, dynamic> json) → AnilistStaff -
fromJsonList(
List json) → BuiltList< AnilistStaff> -
jsonListString(
BuiltList< AnilistStaff> list) → String -
toJson(
AnilistStaff media) → String
Constants
- specifiedType → const FullType