part of 'generator.dart'; class Vaults { final List _primitive = []; static Future load(String filename) async { // TODO return Vaults(); } }