PricingData class

Available extensions

Constructors

PricingData({required String tag, required String title, required double? amount, required IconData icon, required ImageProvider<Object> backgroundImage, required String markdownDescription})
const

Properties

amount double?
final
backgroundImage ImageProvider<Object>
final
backgroundTag String

Available on PricingData, provided by the PricingDataExtensions extension

no setter
hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
iconTag String

Available on PricingData, provided by the PricingDataExtensions extension

no setter
markdownDescription String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final
title String
final
titleTag String

Available on PricingData, provided by the PricingDataExtensions extension

no setter

Methods

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

Operators

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