hasStyle property

bool get hasStyle

Returns true if any style configuration is provided

Implementation

bool get hasStyle =>
    preset != null || customStyleJson != null || cloudMapId != null;