Branch.fromJson constructor

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

Implementation

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