FetchRemoteBranchesResponse.fromJson constructor
FetchRemoteBranchesResponse.fromJson(
- Map json_
Implementation
FetchRemoteBranchesResponse.fromJson(core.Map json_)
: this(
branches: (json_['branches'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);