seaState property
Implementation
static final RegExp seaState = RegExp(r'^W(?<sign>M)?'
r'(?<temp>\d{2})'
r'/(S(?<state>\d)'
r'|H(?<height>\d{3}))$');
static final RegExp seaState = RegExp(r'^W(?<sign>M)?'
r'(?<temp>\d{2})'
r'/(S(?<state>\d)'
r'|H(?<height>\d{3}))$');