Dart DocumentationdormNotNullable

NotNullable class

class NotNullable {
 
 const NotNullable();
 
 String toString() => 'not nullable';
 
}

Constructors

const NotNullable() #

const NotNullable();

Methods

String toString() #

Returns a string representation of this object.

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