stanza
annotations
StanzaField
StanzaField const constructor
StanzaField
stanza
annotations
StanzaField
StanzaField const constructor
StanzaField class
Constructors
StanzaField
Properties
name
readOnly
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
StanzaField
constructor
const
StanzaField
(
{
String
name
,
bool
readOnly
:
false
})
Implementation
const StanzaField({this.name, this.readOnly = false});