TOutput.fromJson constructor

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

Implementation

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