Operation class

Constructors

Operation(String name, String description, [List<OperationParameter>? _parameters])

Properties

description String
final
hashCode int
The hash code for this object.
no setterinherited
hasParameters bool
no setter
name String
final
parameters List<OperationParameter>?
no setter
parametersSize int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getParameter(int index) OperationParameter?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseValues(String data) List?
parseValuesFromList(List<String>? parts) List?
toString() String
A string representation of this object.
override

Operators

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

Static Methods

splitParametersParts(String data) List<String>?