castInt function

int castInt(
  1. Object? value
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

int castInt(Object? value) => value as int;