transferDate property

  1. @BuiltValueField.new(wireName: r'transferDate')
DateTime? get transferDate

The date on which the compensation took place.

Implementation

@BuiltValueField(wireName: r'transferDate')
DateTime? get transferDate;