PcoServicesTag.fromJson constructor

PcoServicesTag.fromJson(
  1. Map<String, dynamic> data,
  2. {List<Map<String, dynamic>>? withIncluded}
)

Implementation

PcoServicesTag.fromJson(Map<String, dynamic> data,
    {List<Map<String, dynamic>>? withIncluded})
    : super.fromJson(kPcoApplication, kTypeString, data,
          withIncluded: withIncluded);