DocumentParameter class

Parameters specified in a System Manager document that run on the server when the command is run.

Constructors

DocumentParameter({String? defaultValue, String? description, String? name, DocumentParameterType? type})
DocumentParameter.fromJson(Map<String, dynamic> json)
factory

Properties

defaultValue String?
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
final
description String?
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DocumentParameterType?
The type of parameter. The type can be either String or StringList.
final

Methods

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

Operators

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