Options class

Constructors

Options()

Properties

billions Map<String, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hundreds Map<String, String>
getter/setter pair
millions Map<String, String>
getter/setter pair
ones Map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tens Map<String, String>
getter/setter pair
thousands Map
getter/setter pair
trillions Map<String, String>
getter/setter pair

Methods

billion(dynamic number) String
getNth(dynamic number, dynamic first, dynamic end) String
getNthReverse(dynamic number, dynamic limit) String
hundred(dynamic number) String
million(dynamic number) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
oneTen(dynamic number) String
thousand(dynamic number) String
thousandsTrillions(dynamic one, dynamic two, dynamic three, dynamic eleven, dynamic diff, dynamic number, dynamic other) String
toString() String
A string representation of this object.
inherited
trillion(dynamic number) String

Operators

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