bankLocation property

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

The bank location.

Implementation

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