intOf function

int intOf(
  1. dynamic data
)

Implementation

int intOf(data) => valueByType(data, int);