artboard property

ActorArtboard? artboard

Implementation

ActorArtboard? get artboard =>
    _artboards.isNotEmpty ? _artboards.first : null;