has method

Future<bool> has(
  1. String instrumentKey
)

Implementation

Future<bool> has(String instrumentKey) =>
    Future<bool>.value(_store.containsKey(instrumentKey));