InputBackgroundRemote constructor

const InputBackgroundRemote({
  1. required int backgroundId,
})

A background from the server

Implementation

const InputBackgroundRemote({
  required this.backgroundId,
});