BaseFieldConfig class abstract

Implementers

Constructors

BaseFieldConfig({required String name, required String label, bool required = false, dynamic defaultValue, FormValidator? validator, bool isShow = true, Key? key})
const

Properties

defaultValue → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
isShow bool
final
key Key?
final
label String
final
name String
final
required bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator FormValidator?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited