class Base { final String name, identifier; const Base({this.name, this.identifier}); }