inputBackgroundRemote property
A background from the server
Implementation
InputBackgroundRemote? get inputBackgroundRemote {
if (this is InputBackgroundRemote) {
return this as InputBackgroundRemote;
}
return null;
}
A background from the server
InputBackgroundRemote? get inputBackgroundRemote {
if (this is InputBackgroundRemote) {
return this as InputBackgroundRemote;
}
return null;
}