GenOption class
Constructors
-
GenOption({bool freezed = false, bool makeCollectionsUnmodifiable = true, bool equal = true, bool copyWith = true, bool service = false, bool explicitSerializationMethods = false, List<
String> ? injectPackages, String? preActorCall, String? postActorCall}) -
const
-
GenOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
- annotation → String
-
no setter
- copyWith → bool
-
final
- equal → bool
-
final
- explicitSerializationMethods → bool
-
final
- freezed → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
injectPackages
→ List<
String> ? -
final
- makeCollectionsUnmodifiable → bool
-
final
- postActorCall → String?
-
final
- preActorCall → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → bool
-
final
Methods
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited