menu
supa_architecture package
documentation
json/json.dart
JsonField<T>
hashCode property
hashCode property
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
Overrides the hash code.
Returns:
The hash code for this object.
Implementation
@override int get hashCode => Object.hash(fieldName, rawValue);
supa_architecture package
documentation
json/json
JsonField<T>
hashCode property
JsonField class