Delegation.fromJson constructor

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

Implementation

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