Character class

Constructors

Character({int? id, List<VoiceActor>? voiceActors, List<Team>? teams, Location? locationOfOperation, String? name, String? alias, String? image, String? biography, String? status, String? alignment, int? intelligence, int? strength, int? speed, int? durability, int? power, int? combat, DateTime? dateCreated})
Character.fromJson(Map<String, dynamic> json)

Properties

alias String?
getter/setter pair
alignment String?
getter/setter pair
biography String?
getter/setter pair
combat int?
getter/setter pair
dateCreated DateTime?
getter/setter pair
durability int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
image String?
getter/setter pair
intelligence int?
getter/setter pair
locationOfOperation Location?
getter/setter pair
name String?
getter/setter pair
power int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed int?
getter/setter pair
status String?
getter/setter pair
strength int?
getter/setter pair
teams List<Team>?
getter/setter pair
voiceActors List<VoiceActor>?
getter/setter pair

Methods

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

Operators

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