hasPrefix method

bool hasPrefix(
  1. String style
)

Implementation

bool hasPrefix(String style) {
  return style.contains(":");
}