accountCreated property
AccountCreated?
get
accountCreated
Implementation
AccountCreated? get accountCreated =>
isAccountCreated ? data as AccountCreated : null;
AccountCreated? get accountCreated =>
isAccountCreated ? data as AccountCreated : null;