Dart DocumentationdormId

Id class

class Id {
 
 const Id();
 
 String toString() => 'id';
 
}

Constructors

const Id() #

const Id();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => 'id';