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