Branch.fromJson constructor
Branch.fromJson(
- Map json_
Implementation
Branch.fromJson(core.Map json_)
: this(
ref: json_['ref'] as core.String?,
sha: json_['sha'] as core.String?,
);
Branch.fromJson(core.Map json_)
: this(
ref: json_['ref'] as core.String?,
sha: json_['sha'] as core.String?,
);