dateTimeISO property
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?$',
);
DateTime ISO 8601
static final RegExp dateTimeISO = RegExp(
r'^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?$',
);