AFConfigurationItemString class

A configuration item that is a string value.

Inheritance

Constructors

AFConfigurationItemString({required AFLibraryID libraryId, required String name, required int validContexts, required double ordinal, required String defaultValue, required String help})

Properties

argumentHelp String
no setterinherited
argumentString String
no setterinherited
codeIdentifier String
no setterinherited
defaultValue → dynamic
finalinherited
hashCode int
The hash code for this object.
no setterinherited
help String
finalinherited
libraryId AFLibraryID
finalinherited
name String
finalinherited
ordinal double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validContexts int
finalinherited

Methods

addArguments(ArgParser argParser) → void
override
allowedIn(int validContext) bool
inherited
codeValue(AFConfig config) String?
inherited
comment() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(AFConfig dest, dynamic value) → void
override
setValueWithString(AFConfig dest, String value) → void
inherited
toString() String
A string representation of this object.
inherited
validate(dynamic value) String?
Return an error message if the value is invalid, otherwise return null.
override
validateWithException(String value) → void
inherited

Operators

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