asBool static method

bool asBool(
  1. RemoteConfigValue value
)

Implementation

static bool asBool(RemoteConfigValue value) => value.asBool();