asInt function

int? asInt(
  1. dynamic value
)

Implementation

int? asInt(final dynamic value) {
  return asType(value);
}