Properties
-
autoInclude
→ bool
-
Whether to automatically include all classes that extend Equatable
or use EquatableMixin.
no setter
-
exclude
→ List<String>
-
A list of class name regex patterns (case sensitive) to use to determine
which classes to not generate the props list for.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
include
→ List<String>
-
A list of class name regex patterns (case sensitive) to use to determine
which classes to generate the props list for.
no setter
-
includeGetters
→ bool
-
Whether to include getters in the props list.
no setter
-
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