getModel3DRotationZ method

Future<num?> getModel3DRotationZ()

Get the 3D model's rotation value on the Z-axis in degrees

Implementation

Future<num?> getModel3DRotationZ() =>
    DisplayRulePlatform.instance.getModel3DRotationZ(id);