create method

Object? create(
  1. String constructor, [
  2. List<Object?> args = const []
])

Creates a Three.js object from a constructor on the global THREE object.

Implementation

Object? create(String constructor, [List<Object?> args = const []]) => null;