getThreeProperty method

Object? getThreeProperty(
  1. String name
)

Reads a property from the global THREE object in browser builds.

Implementation

Object? getThreeProperty(String name) => null;