load method

Future load()

Implementation

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