fields property

List<TileField>? fields
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;