InputSet class

A filter on files inputs or sources.

Takes a list of strings in glob format for include and exclude. Matches the glob() function in skylark.

Annotations
  • @JsonSerializable()

Constructors

InputSet({List<String>? include, List<String>? exclude})
const
InputSet.fromJson(dynamic json)
factory

Properties

exclude List<String>?
The globs as a subset of include to remove from the set.
final
hashCode int
The hash code for this object.
no setterinherited
include List<String>?
The globs to include in the set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

anything → const InputSet