Dart DateTime runtimeType
Syntax & Examples
Syntax of DateTime.runtimeType
The syntax of DateTime.runtimeType property is:
Type runtimeType
This runtimeType property of DateTime a representation of the runtime type of the object.
Return Type
DateTime.runtimeType returns value of type Type
.