Data.fromJson constructor

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

Implementation

factory Data.fromJson(Map<String, Object?> json) => _$DataFromJson(json);