maxlength constant

Attribute const maxlength

Implementation

static const maxlength = Attribute(
  name: 'maxlength',
  type: 'final int? maxlength;',
);