fnInt function

dynamic fnInt(
  1. dynamic value
)

Implementation

dynamic fnInt(dynamic value) => varToDouble(value).truncate();