parse static method

TomlOffsetDateTime parse(
  1. String input
)
override

Parses the given string as a TOML offset date-time.

Implementation

static TomlOffsetDateTime parse(String input) =>
    parser.end().parse(input).valueOrTomlException;