momoPayResponseToJson function

String momoPayResponseToJson(
  1. MomoPayResponse data
)

Implementation

String momoPayResponseToJson(MomoPayResponse data) =>
    json.encode(data.toJson());