extractMethodResponseTypeWithField library

Functions

extractMethodResponseTypeWithField(String filePath, String methodName, dynamic searchFields, [bool returnRawType = true, bool stripFutureType = true]) Future<Map<String, dynamic>>
Extracts the type of the 'data' field from a method's response type.
main() Future<void>
unwrapFuture(String input) String