build method

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

Implementation

@override
int? build(propValue, {argument}) => tryParseInt(propValue);