accountSignUpType property

AccountSignUpType get accountSignUpType

Implementation

AccountSignUpType get accountSignUpType => AccountSignUpType.fromInt(int.parse(
    getValue('accountSignUpType')?.toString() ?? AccountSignUpType.none.index.toString()));