StakeDelegatedAccountInfo.fromJson constructor

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

Implementation

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