isLayer property

  1. @BuiltValueField(wireName: 'is_layer')
bool? isLayer

The parameter comes in if the application is open in the layer.

Platforms: Web

Implementation

@BuiltValueField(wireName: 'is_layer')
bool? get isLayer;