RpcQuotaInfo constructor

const RpcQuotaInfo({
  1. required String currentQuota,
  2. required String maxQuota,
  3. required String stakeAmount,
})

Implementation

const factory RpcQuotaInfo({
  required String currentQuota,
  required String maxQuota,
  required String stakeAmount,
}) = _RpcQuotaInfo;