getStylePath static method

String getStylePath(
  1. String path
)

Returns resources/style/path.json

Implementation

static String getStylePath(String path) {
  return 'resources/style/' + path + ".json";
}