mmsi property

num mmsi

Implementation

num get mmsi => _mmsi;
void mmsi=(num mmsi)

Implementation

set mmsi(num mmsi) => _mmsi = mmsi;