getPubspecContent property

Future<PubspecContentModel?> get getPubspecContent

Implementation

static Future<PubspecContentModel?> get getPubspecContent async =>
    await FileService.getPubspecContentAsync();