value property

String? value
final

Time value in ISO 8601 format (time-only) Supported formats: "HH:mm:ssZ", "HH:mm:ss.SSSZ", "HH:mmZ" Examples: "14:30:00Z", "16:59:59.000Z", "08:12Z" or even complete datetime strings like "2023-03-15T14:30:00Z"

Implementation

final String? value;