export class Element {

    get modifiers() {
        return this.body.modifiers;
    }