toSqlite method Null safety
- RunLocation input,
- {required SqliteProvider provider,
- covariant OfflineFirstWithRestRepository? repository}
override
Implementation
@override
Future<Map<String, dynamic>> toSqlite(RunLocation input,
{required provider,
covariant OfflineFirstWithRestRepository? repository}) async =>
await _$RunLocationToSqlite(input,
provider: provider, repository: repository);