SettledUnsettledList.fromJson constructor

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

Implementation

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