SettledUnsettledData.fromJson constructor

SettledUnsettledData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SettledUnsettledData.fromJson(Map<String, dynamic> json) =>
    _$SettledUnsettledDataFromJson(json);