typeInput constant
Attribute
const typeInput
Implementation
static const typeInput = Attribute(
name: 'type',
type: 'final InputType? type;',
html: 'if (type != null) \' type="\${mapperInputType(type!)}"\'',
);