checkBoolInProperty method

bool? checkBoolInProperty(
  1. String key
)
inherited

Implementation

bool? checkBoolInProperty(String key) => checkBoolUtil(payload[key]);