Release.fromJson constructor

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

Release from JSON.

Implementation

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