toTypeCode method Null safety

TypeCode toTypeCode(
  1. dynamic value
)

Gets TypeCode for specific value.

  • value value whose TypeCode is to be resolved. Returns the TypeCode that corresponds to the passed object's type.