getInt method

dynamic getInt(
  1. dynamic s
)

Implementation

getInt(s) {
  myLogAll('getInt $s');
  return getNumber(s, 'int');
}