FormBuilderFieldOption constructor
Implementation
FormBuilderFieldOption({this.label, @required this.value, this.child})
: assert(label == null || child == null);
FormBuilderFieldOption({this.label, @required this.value, this.child})
: assert(label == null || child == null);