getGlobValue method

Glob? getGlobValue(
  1. String name, {
  2. GlobOpt? options,
})

Get Glob value

Implementation

Glob? getGlobValue(String name, {GlobOpt? options}) =>
    getGlobValues(name, options: options).firstOrDefault();