PackageSettings class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

PackageSettings({String lineBreak = '\u{000A}', required String? defaultName, List<Filter> filters = const <Filter>[], required List<IndexSettings> indexes})
const
PackageSettings.fromJson(Map map)
factory

Properties

defaultName String?
final
filters List<Filter>
final
hashCode int
The hash code for this object.
no setterinherited
indexes List<IndexSettings>
final
lineBreak String
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
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromYaml(Map map) PackageSettings