rate property

String? get rate

Implementation

String? get rate => _$this._rate;
set rate (String? rate)

Implementation

set rate(String? rate) => _$this._rate = rate;