Struct.fromJson constructor Null safety

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

Implementation

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