SumupPluginResponse.fromMap constructor
SumupPluginResponse.fromMap(
- Map response
Implementation
SumupPluginResponse.fromMap(Map<dynamic, dynamic> response)
: methodName = response['methodName'],
status = response['status'],
message = response['message'];