DocumentWithATable class
This is a class with a table.
It has multiple sentences before the table. Because testing is a good idea.
Component | Symbol | Short Form | Long Form | Numeric | 2-digit |
---|---|---|---|---|---|
era | G | G (AD) | GGGG (Anno Domini) | - | - |
year | y | - | - | y (2015) | yy (15) |
month | M | MMM (Sep) | MMMM (September) | M (9) | MM (09) |
day | d | - | - | d (3) | dd (03) |
weekday | E | EEE (Sun) | EEEE (Sunday) | - | - |
hour | j | - | - | j (13) | jj (13) |
hour12 | h | - | - | h (1 PM) | hh (01 PM) |
hour24 | H | - | - | H (13) | HH (13) |
minute | m | - | - | m (5) | mm (05) |
second | s | - | - | s (9) | ss (09) |
timezone | z | - | z (Pacific Standard Time) | - | - |
timezone | Z | Z (GMT-8:00) | - | - | - |
It also has a short table with embedded links.
DocumentWithATable | Annotation | aMethod |
---|---|---|
foo | Not really | "blah" |
bar | Maybe | "stuff" |
Constructors
- DocumentWithATable()
-
const
Properties
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
aMethod(
String parameter) → void -
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited
Constants
- bar → const DocumentWithATable
-
const DocumentWithATable()
- foo → const DocumentWithATable
-
const DocumentWithATable()