Payoff.fromJson constructor

Payoff.fromJson(
  1. dynamic json
)

Implementation

Payoff.fromJson(dynamic json) {
  _isIntegrated = json['isIntegrated'];
  _maxPayoffDateLimitInDays = json['maxPayoffDateLimitInDays'];
}