SvgElement constructor
Creates an SvgElement with the given _tag and _id.
Implementation
SvgElement({required String tag, required String id}) : _tag = tag, _id = id;
Creates an SvgElement with the given _tag and _id.
SvgElement({required String tag, required String id}) : _tag = tag, _id = id;