toNullableLong method Null safety

int? toNullableLong(
  1. 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.