styleBuilderUrls property

List<String> get styleBuilderUrls

Get URLs for the style builder.

Returns

  • A list of URLs configured for the style builder.

Implementation

static List<String> get styleBuilderUrls {
  final OperationResult resultString = staticMethod(
    'Debug',
    'getStyleBuilderUrls',
  );
  final List<dynamic> retval = resultString['result'];
  return List<String>.from(retval);
}