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