SnippetGenerator class abstract

Implementers

Constructors

SnippetGenerator()
const

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

Operators

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