inputBackgroundRemote property

InputBackgroundRemote? inputBackgroundRemote

A background from the server

Implementation

InputBackgroundRemote? get inputBackgroundRemote {
  if (this is InputBackgroundRemote) {
    return this as InputBackgroundRemote;
  }
  return null;
}