fromWire static method
Implementation
static ResyncRequest fromWire(Object? value) {
final obj = _asObject(value, 'ResyncRequest');
return ResyncRequest(fromEpoch: _reqInt(obj, 'from_epoch'));
}
static ResyncRequest fromWire(Object? value) {
final obj = _asObject(value, 'ResyncRequest');
return ResyncRequest(fromEpoch: _reqInt(obj, 'from_epoch'));
}