DescribeRepoOutput.fromJson constructor

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

Implementation

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