estimatedDays property

  1. @BuiltValueField.new(wireName: r'estimatedDays')
int get estimatedDays

The estimated term for repaying the grant, in days.

Implementation

@BuiltValueField(wireName: r'estimatedDays')
int get estimatedDays;