AccountRestrictionFlags constructor
AccountRestrictionFlags([
- int? _value
Implementation
AccountRestrictionFlags([int? _value]) {
value = _value ?? 1;
}
AccountRestrictionFlags([int? _value]) {
value = _value ?? 1;
}