fromJson method

  1. @override
LabelSubscribeLabelsInput fromJson(
  1. Map<String, dynamic> json
)

Implementation

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