infix property

  1. @BuiltValueField.new(wireName: r'infix')
String? get infix

The name's infix, if applicable. >A maximum length of twenty (20) characters is imposed.

Implementation

@BuiltValueField(wireName: r'infix')
String? get infix;