StanzaField constructor

const StanzaField({String name, bool readOnly: false })

Implementation

const StanzaField({this.name, this.readOnly = false});