Dart DocumentationdormLabelField

LabelField class

class LabelField {
 
 const LabelField();
 
 String toString() => 'label field';
}

Constructors

const LabelField() #

const LabelField();

Methods

String toString() #

Returns a string representation of this object.

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