LocalFormatTimeConfig class

Constructors

LocalFormatTimeConfig({required bool includesHour, required bool includesMinute, required bool includesSecond, required bool includesMillisecond, required bool uses12HourClock})
const
LocalFormatTimeConfig.only({bool hour = false, bool minute = false, bool second = false, bool millisecond = false, bool uses12HourClock = false})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
includesHour bool
final
includesMillisecond bool
final
includesMinute bool
final
includesSecond bool
final
includesTime bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uses12HourClock bool
final

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