Character

Undocumented in source.

Constructors

this
this(string id, string name, string[] friends, int[] appearsIn)
Undocumented in source.

Members

Variables

appearsIn
Nullable!(Nullable!(Episode)[]) appearsIn;
Undocumented in source.
friends
NullableStore!(Nullable!(Nullable!(Character)[])) friends;
Undocumented in source.
friendsId
string[] friendsId;
Undocumented in source.
id
string id;
Undocumented in source.
name
Nullable!string name;
Undocumented in source.
secretBackstory
Nullable!string secretBackstory;
Undocumented in source.

Meta