build method

  1. @override
bool? build(
  1. dynamic propValue, {
  2. dynamic argument,
})
override

Implementation

@override
bool? build(propValue, {argument}) => tryParseBool(propValue);