trendTimePeriod property
Implementation
static final RegExp trendTimePeriod = RegExp(
r'^(?<prefix>FM|TL|AT)' r'(?<hour>[01]\d|2[0-4])' r'(?<min>[0-5]\d)$');
static final RegExp trendTimePeriod = RegExp(
r'^(?<prefix>FM|TL|AT)' r'(?<hour>[01]\d|2[0-4])' r'(?<min>[0-5]\d)$');