content property

String? content
final

The TOML content as a string.

If this is provided, TOML content will be read from the provided string.

Implementation

final String? content;