OutlookBackgrounds class

@description wallpapers, default avatars used to convey brand identity. todo: assess how OutlookBackgrounds can be used

Constructors

OutlookBackgrounds({required OutlookImage defaultBackground, required OutlookImage avatarImage, required List<OutlookImage> backgrounds})
const
OutlookBackgrounds.empty({OutlookImage defaultBackground = const OutlookImage.empty(), OutlookImage avatarImage = const OutlookImage.empty(), List<OutlookImage> backgrounds = const []})
const
OutlookBackgrounds.fromMap(Map<String, dynamic> map)
factory

Properties

avatarImage OutlookImage
final
backgrounds List<OutlookImage>
final
backgroundsHash int
no setter
defaultBackground OutlookImage
final
hashCode int
backgrounds rmeoved, since list has no state based hashcode
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({OutlookImage? defaultBackground, OutlookImage? avatarImage, List<OutlookImage>? backgrounds}) OutlookBackgrounds
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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