PrefixOperator<PARAMETER_TYPE extends Object> class

Inheritance
Implementers

Constructors

PrefixOperator.new({required String name, required String symbol, required String description, required PARAMETER_TYPE function(PARAMETER_TYPE value), required String expressionExample, String? expressionExampleResult, ProjectFilePath? codeExample})

Properties

codeExample ProjectFilePath?
final
description String
final
expressionExample String
final
expressionExampleResult String?
final
function → PARAMETER_TYPE Function(PARAMETER_TYPE value)
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
parameterTypeDescription String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
final

Methods

addParser(Template template, ExpressionGroup2<Expression<Object>> group) → void
override
createMarkdownDocumentation(RenderContext renderContext, int titleLevel) List<String>
override
createMarkdownExamples(RenderContext renderContext, int titleLevel) List<String>
override
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