fields property
final
A list of pairs of data.
Typically, TileField.start is that pair's title, while TileField.end is that pair's value.
Implementation
final List<TileField>? fields;
A list of pairs of data.
Typically, TileField.start is that pair's title, while TileField.end is that pair's value.
final List<TileField>? fields;