Map<String, dynamic> toMap() { return { 'error_code': this.errorCode, 'error': this.error, 'pluginName': this.pluginName, }; }