castFn method

int? castFn(
  1. dynamic v
)
override

convierte un valor dado al tipo definido para objeto

Implementation

int? castFn(v) => v;