toNullableLong method

int toNullableLong (dynamic value)

Converts value into long or returns null when conversion is not possible.

  • value the value to convert. Returns long value or null when conversion is not supported.