menu
archery package
documentation
archery/core/orm/model/model.dart
Model
cache<T extends Model> static method
cache<T extends Model> static method
dark_mode
light_mode
cache<
T extends Model
>
static method
Future
cache
<
T extends Model
>(
{
required
String
field
,
})
Implementation
static Future<dynamic> cache<T extends Model>({required String field}) async {}
archery package
documentation
archery/core/orm/model/model
Model
cache<T extends Model> static method
Model class