DecodedData.fromJson constructor

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

Implementation

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