checkBoolInProperty method

bool? checkBoolInProperty(
  1. String key
)

Implementation

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