Character class

Constructors

Character({required String id, required String name, required String? birth, required String? death, required String? hair, required String? gender, required String? height, required String? realm, required String? spouse, required String? race, required String? wikiUrl})
Character.fromJson(Map<String, dynamic> json)
factory

Properties

birth String?
final
death String?
final
gender String?
final
hair String?
final
hashCode int
The hash code for this object.
no setterinherited
height String?
final
id String
final
name String
final
race String?
final
realm String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spouse String?
final
wikiUrl String?
final

Methods

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

Operators

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