SPIGenerator class

Inheritance

Constructors

SPIGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

annotation(Type macro, {dynamic e}) → dynamic
inherited
constructor(dynamic k, {Map<String, String>? refers}) String
constructor
inherited
display(dynamic k, {Map<String, String>? refers}) String?
inherited
fields(dynamic k) List
inherited
generate(dynamic lib, dynamic step) Future<Snippet>
Generates Dart code for an input Dart library.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parameterizedType(dynamic x) bool
inherited
toString() String
A string representation of this object.
inherited
typename(dynamic k) String
inherited
types(dynamic k, {Map<String, String>? refers}) String
Make generic type tree.
inherited
visit<T>(dynamic k, T map(dynamic), T reduce(T, List<T>)) → T
inherited

Operators

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

Constants

macro → const dynamic