core.Map<core.String, core.dynamic> toJson() { final elementType = this.elementType; return {'elementType': ?elementType}; }