LabelTr.fromJson constructor

LabelTr.fromJson(
  1. Map<String, dynamic> json
)

Implementation

LabelTr.fromJson(Map<String, dynamic> json)
    : key = json['key'] ?? '',
      value = json['value'] ?? '';