LabelCreateArray.fromJson constructor

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

Implementation

factory LabelCreateArray.fromJson(Map<String, Object?> json) {
  return LabelCreateArray();
}