UniApiAnalyzer class

Constructors

UniApiAnalyzer(List<InputFile> _files)

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

addCustomType(List<String> types) → void
convertAstType(String typeStr, {List<AstType> generics = const <AstType>[], bool maybeNull = false, List<bool> genericsMaybeNull = const <bool>[]}) AstType?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseFile(String inputPath) → void
results() ParseResults
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

allFlutterModules() List<Module>?
allModels() List<Model>?
allNativeModules() List<Module>?
mockParseResults({List<Model>? models, List<Module>? flutterModules, List<Module>? nativeModules}) → void