dateTimeISO property

RegExp dateTimeISO
final

DateTime ISO 8601

Implementation

static final RegExp dateTimeISO = RegExp(
  r'^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?$',
);