sortCode property

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

The sort code, without separators or whitespace.

Implementation

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