MeridiemMode class

@fileoverview Whether a 12 hour time is in AM or PM

Properties

hashCode int
The hash code for this object.
no setterinherited
hasHoursAndMinutes bool
final
index int
final
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

Constants

AnteMeridiem → const MeridiemMode
Latin for before midday.
EndOfDay → const MeridiemMode
Special addition used to specify end-of-day, which is 24:00:00
PostMeridiem → const MeridiemMode
Latin for after (or including?) midday.