PercentPipe class

WARNING: this pipe uses the Internationalization API. Therefore it is only reliable in Chrome and Opera browsers.

Formats a number as local percent.

Usage

$pipe.percent(expression, [digitInfo])

For more information about digitInfo see DecimalPipe

Annotations

Constructors

PercentPipe()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(num? value, [String? digits]) String?

Operators

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