fromJson method
Implementation
@override
LabelSubscribeLabelsInput fromJson(Map<String, dynamic> json) {
return LabelSubscribeLabelsInput.fromJson(
translate(json, LabelSubscribeLabelsInput.knownProps),
);
}
@override
LabelSubscribeLabelsInput fromJson(Map<String, dynamic> json) {
return LabelSubscribeLabelsInput.fromJson(
translate(json, LabelSubscribeLabelsInput.knownProps),
);
}