factory QueryBlockGasResponse.fromJson(Map<String, dynamic> json) { return QueryBlockGasResponse( gas: json.valueAsBigInt<BigInt?>('gas', acceptCamelCase: true), ); }