asBool property

  1. @Deprecated('Use .asBoolOrThrow()')
bool Function() asBool

Implementation

@Deprecated('Use .asBoolOrThrow()')
bool Function() get asBool => asBoolOrThrow;