LabelLarge.fromJson constructor Null safety

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

Implementation

factory LabelLarge.fromJson(Map<String, dynamic> json) =
    _$LabelLarge.fromJson;