FieldEntity class
Constructors
- FieldEntity({required String id, required String idProducto, required String orden, required String tipo, required String editable, required String validacion, required dynamic valorDefecto, required String visible, required String dependeDe, required String claveDependencia, required String etiqueta, required String campoProtocolo, required String etiquetaProtocolo, required String pantallaAyuda, required String descripcion, required String tamMax, required String postTransaccion})
-
const
Properties
- campoProtocolo → String
-
final
- claveDependencia → String
-
final
- dependeDe → String
-
final
- descripcion → String
-
final
- editable → String
-
final
- etiqueta → String
-
final
- etiquetaProtocolo → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- idProducto → String
-
final
- orden → String
-
final
- pantallaAyuda → String
-
final
- postTransaccion → String
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited - tamMax → String
-
final
- tipo → String
-
final
- validacion → String
-
final
- valorDefecto → dynamic
-
final
- visible → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited