ApcList.fromJson constructor

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

Implementation

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