TempDereferenceScopeOutput.fromJson constructor

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

Implementation

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