allModels static method

List<Model>? allModels()

Implementation

static List<Model>? allModels() =>
    _uniApiAnalyzerCache.analyzer?.results().models;