asInt property

  1. @Deprecated('Use .asIntOrThrow()')
int Function() asInt

Implementation

@Deprecated('Use .asIntOrThrow()')
int Function() get asInt => asIntOrThrow;