load method
Implementation
Future load() => OP.db.collection(other).doc(_id).get().then((value) {
try {
_instance = _$OptionsFromJson(value!);
} catch (e) {}
});
Future load() => OP.db.collection(other).doc(_id).get().then((value) {
try {
_instance = _$OptionsFromJson(value!);
} catch (e) {}
});