migrationDate property

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

The date when account holder was migrated.

Implementation

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