PriceRange class
价格区间
Constructors
- PriceRange({required double min, required double max, required String currency, required String symbol})
-
PriceRange.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
formatPrice(
double price) → String - 格式化单个价格显示
-
getFormattedRange(
) → String - 格式化价格范围显示
-
getNumericRange(
) → String - 获取纯数字的价格范围字符串(用于计算)
-
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