pairs property

List<TomlKeyValuePair> pairs
final

The key/value pairs of the inline table.

Implementation

final List<TomlKeyValuePair> pairs;