ProfileBannerVariantsData class

Annotations
  • @freezed

Constructors

ProfileBannerVariantsData({required ProfileBannerVariant ipad, required ProfileBannerVariant ipadRetina, required ProfileBannerVariant web, required ProfileBannerVariant webRetina, required ProfileBannerVariant mobile, required ProfileBannerVariant mobileRetina})
const
factory
ProfileBannerVariantsData.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $ProfileBannerVariantsDataCopyWith<ProfileBannerVariantsData>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ipad ProfileBannerVariant
The banner image for ipad.
no setterinherited
ipadRetina ProfileBannerVariant
The banner image for ipad retina.
no setterinherited
mobile ProfileBannerVariant
The banner image for mobile.
no setterinherited
mobileRetina ProfileBannerVariant
The banner image for mobile retina.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
web ProfileBannerVariant
The banner image for web.
no setterinherited
webRetina ProfileBannerVariant
The banner image for web retina.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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