Person class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Person(String name, Ids ids, String? biography, String? birthday, String? death, String? birthplace, String? homepage, SocialIds? socialIds)
Person.fromJson(Map<String, dynamic> json)
factory

Properties

biography String?
final
birthday String?
final
birthplace String?
final
death String?
final
hashCode int
The hash code for this object.
no setterinherited
homepage String?
final
ids Ids
final
metadata Map<String, dynamic>
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialIds SocialIds?
final

Methods

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

Operators

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

Static Methods

fromJsonModel(Map<String, dynamic> json) Person