Chip.fromJson constructor Null safety

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

Implementation

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