ProductCompatibilityHelper class Null safety

Constructors

ProductCompatibilityHelper(dynamic matchedProduct)
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
matchedProduct → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getButtonColor(bool darkMode) → dynamic
getButtonForegroundColor(bool darkMode) → dynamic
getHeaderBackgroundColor(bool darkMode) → dynamic
getHeaderForegroundColor(bool darkMode) → dynamic
getHeaderText(dynamic appLocalizations) String
getSubtitle(dynamic appLocalizations) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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