toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final includeUndetermined = this.includeUndetermined;
final incomeRanges = this.incomeRanges;
return {
'includeUndetermined': ?includeUndetermined,
'incomeRanges': ?incomeRanges,
};
}