AstLambda class

Inheritance
Available extensions

Constructors

AstLambda(List<Variable> params, AstType returnType, {InjectCodeUnit? injectedOCCodes, bool declaration = false, int depth = 0, bool maybeNull = false})

Properties

declaration bool
getter/setter pair
depth int
getter/setter pair
genericMaybeNull List<bool>
finalinherited
generics List<AstType>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
injectedOCCodes InjectCodeUnit?
getter/setter pair
keepRaw bool
finalinherited
maybeNull bool
finalinherited
params List<Variable>
getter/setter pair
returnType AstType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

astType() String
override
containsCustomType() bool

Available on AstType, provided by the AstTypeExtension extension

convertDartJson2Obj({String vname = _replyPlaceholder}) String?

Available on AstType, provided by the AstTypeExtension extension

convertDartObj2Json(String valueName) String

Available on AstType, provided by the AstTypeExtension extension

convertJavaJson2Obj({String vname = '[message objectForKey:@"data"]', bool hasDefaultValue = true, bool showGenerics = false}) String

Available on AstType, provided by the AstTypeExtension extension

convertJavaObj2Json(String valueName) String

Available on AstType, provided by the AstTypeExtension extension

convertOcJson2Obj({String vname = '[message objectForKey:@"data"]'}) String?

Available on AstType, provided by the AstTypeExtension extension

convertOcObj2Json(String valueName) String

Available on AstType, provided by the AstTypeExtension extension

dartDefault() String
override
dartType({bool showGenerics = false}) String
override
javaDefault() String
override
javaNewInstance() String
override
javaType({bool showGenerics = false}) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ocType({bool showGenerics = false}) String
override
realType() AstType
inherited
recursiveCustomType() List<AstCustomType>

Available on AstType, provided by the AstTypeExtension extension

toString() String
A string representation of this object.
inherited

Operators

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