seaState property

RegExp seaState
final

Implementation

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