extractIntValue abstract method

int extractIntValue(
  1. dynamic value,
  2. String errMsg
)

Extracts an int from dynamic value, validating its type.

Implementation

int extractIntValue(dynamic value, String errMsg);