fromInt static method
Implementation
static AccountSignUpType fromInt(int? val) =>
AccountSignUpType.values[validCheck(val ?? none.index)];
static AccountSignUpType fromInt(int? val) =>
AccountSignUpType.values[validCheck(val ?? none.index)];