menu
fluq package
documentation
fluq/query_model.dart
QueryModel<ParamType, ResultType>
key property
key property
dark_mode
light_mode
key
property
String
get
key
Implementation
String get key => _key + (parameter?.hashCode.toString() ?? '');
fluq package
documentation
fluq/query_model
QueryModel<ParamType, ResultType>
key property
QueryModel class