extensionRegexPattern property

String get extensionRegexPattern

Creates regex pattern for matching extensions (delegates to FileNameUtils)

Example: r'.(task|bin|tflite|json|model|litertlm)$'

Platform Support: All (delegates to platform-agnostic FileNameUtils)

Implementation

static String get extensionRegexPattern => FileNameUtils.extensionRegexPattern;