accountCreated property

AccountCreated? get accountCreated

Implementation

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