MoveFieldBean class

Constructors

MoveFieldBean({String? after, MoveFieldBeanPosition? position})
MoveFieldBean.fromJson(Map<String, Object?> json)
factory

Properties

after String?
The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.
final
hashCode int
The hash code for this object.
no setterinherited
position MoveFieldBeanPosition?
The named position to which the screen tab field should be moved. Required if after isn't provided.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? after, MoveFieldBeanPosition? position}) MoveFieldBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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