Dart int runtimeType
Syntax & Examples

Syntax of int.runtimeType

The syntax of int.runtimeType property is:

 Type runtimeType 

This runtimeType property of int a representation of the runtime type of the object.

Return Type

int.runtimeType returns value of type Type.