GlobalScopeBean class
Constructors
-
GlobalScopeBean({List<
GlobalScopeBeanAttributes> ? attributes}) -
GlobalScopeBean.fromJson(Map<
String, Object?> json) -
factory
Properties
-
attributes
→ List<
GlobalScopeBeanAttributes> -
Defines the behavior of the option in the global context.If notSelectable
is set, the option cannot be set as the field's value. This is useful for
archiving an option that has previously been selected but shouldn't be
used anymore.If defaultValue is set, the option is selected by default.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< GlobalScopeBeanAttributes> ? attributes}) → GlobalScopeBean -
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