SubscriptionGroupIdentifierItem.fromJson constructor

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

Implementation

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