SubscribedLabel.fromJson constructor

SubscribedLabel.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SubscribedLabel.fromJson(Map<String, Object?> json) =>
    subscribedLabelConverter.fromJson(json);