TransactionMethod class

Constructors

TransactionMethod(MethodElement methodElement, String name, DartType returnType, List<ParameterElement> parameterElements, String daoFieldName, String databaseName)

Properties

daoFieldName String
final
databaseName String
final
hashCode int
The hash code for this object.
no setteroverride
methodElement → MethodElement
final
name String
final
parameterElements List<ParameterElement>
final
returnType → DartType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
override