AwsFormatter class

Constructors

AwsFormatter()

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

Operators

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

Static Properties

kma ↔ DateFormat
kma changes the format of the datetime to kma format.
getter/setter pair
ym ↔ DateFormat
ym changes the format of the datetime to ym format.
getter/setter pair
ymd ↔ DateFormat
ymd changes the format of the datetime to ymd format.
getter/setter pair

Static Methods

completTime({required int hour, required int minute, String divisor = ':', String spacer = ' '}) String
completTime is a function that corrects a time.
number(double number, {int decimals = 0, required String locale}) String