SchemeElement constructor
Creates a SchemeElement initialized with the given version and name.
Implementation
SchemeElement({required this.version, required this.name});
Creates a SchemeElement initialized with the given version and name.
SchemeElement({required this.version, required this.name});