ReadRequestFromMethods class

Constructors

ReadRequestFromMethods()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

extractDataFromMethod(List<String> contents) List<DetailRequestCode>
get all lines start with // @ from contents
getAllRequestsFromDir(String folderPath) Future<List<RequestData>>
Get all files and dirs from folderPath and read them to extract requests
getDetailsRequest(List<String> requestData) DetailRequestCode