instance method

Artboard instance()

Implementation

Artboard instance() {
  /// Intentionally not implemented in the editor, must be overridden in
  /// runtime version of the artboard.
  throw UnsupportedError(
      'Instancing the artboard in the editor isn\'t supported');
}