OutputTypeRefType.fromJson constructor

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

Implementation

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