Freezed.fromJson constructor

Freezed.fromJson(
  1. Map json
)

Decode the options from a build.yaml

Implementation

factory Freezed.fromJson(Map json) => _$FreezedFromJson(json);