resultList property

List<String> get resultList

Implementation

List<String> get resultList => methodAnn.read('resultList').listValue.map((item) => item.toStringValue()!).toList();