GenerateMethods class Configuration

Collection of constants to indicate which methods and extensions to generate for a specific class.

Constructors

GenerateMethods()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

all → const int
Indicates to generate all available methods.
copy → const int
Indicates to generate the copyWith method.
decode → const int
Indicates to generate the fromMap / fromJson methods.
encode → const int
Indicates to generate the toMap / toJson methods.
equals → const int
Indicates to generate the == and hashCode methods.
stringify → const int
Indicates to generate the toString method.