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