SumupPluginResponse.fromMap constructor

SumupPluginResponse.fromMap(
  1. Map response
)

Implementation

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