StanzaEntity constructor

const StanzaEntity({String name, bool snakeCase: false })

Implementation

const StanzaEntity({this.name, this.snakeCase = false});