DryRunState.fromJson constructor

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

Implementation

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