mmsi property

num get mmsi

Implementation

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

Implementation

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