hasOne property

bool hasOne

Returns true if length of this Map is 1.

Implementation

bool get hasOne => length == 1;