allowEmptyLists property
final
When true
, allow empty list values to be produced from inputs like
a[]=
without coercing or discarding them.
Implementation
final bool allowEmptyLists;
When true
, allow empty list values to be produced from inputs like
a[]=
without coercing or discarding them.
final bool allowEmptyLists;