getModel2DModel method

Future<String?> getModel2DModel()

Get the 2D model's URL

Implementation

Future<String?> getModel2DModel() =>
    DisplayRulePlatform.instance.getModel2DModel(id);