identity property
Identity
get
identity
Returns this data as Identity.
Make sure to check if this object is Identity with isIdentity.
Implementation
Identity get identity => this.data as Identity;
Returns this data as Identity.
Make sure to check if this object is Identity with isIdentity.
Identity get identity => this.data as Identity;