Freezed.fromJson constructor
Freezed.fromJson(
- Map json
Decode the options from a build.yaml
Implementation
factory Freezed.fromJson(Map json) => _$FreezedFromJson(json);
Decode the options from a build.yaml
factory Freezed.fromJson(Map json) => _$FreezedFromJson(json);