SubscribedLabelInfo constructor

  1. @jsonSerializable
const SubscribedLabelInfo({
  1. required String name,
  2. String? message,
})

Implementation

@jsonSerializable
const factory SubscribedLabelInfo({
  required String name,
  String? message,
}) = _SubscribedLabelInfo;