MosaicTvProgram class

One card in an Android TV home-screen channel.

Constructors

MosaicTvProgram({required String title, String? description, String? poster, String? link})
Creates a MosaicTvProgram.
const

Properties

description String?
Secondary line under the title.
final
hashCode int
The hash code for this object.
no setterinherited
Deep link opened when the card is selected.
final
poster String?
Poster artwork. Any URI the system can read: an https:// URL, or a file:// path — including one produced by MosaicBridge.renderFlutterWidget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The card's title. Required — a program without one is skipped.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String>
The wire form the platform expects.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited