chainedEnumStringSchema top-level property
- @AckType.new()
final
Implementation
@AckType()
final chainedEnumStringSchema = Ack.enumString([
'read',
'write',
'execute',
]).withDefault('read');
@AckType()
final chainedEnumStringSchema = Ack.enumString([
'read',
'write',
'execute',
]).withDefault('read');