customResponseToMap function

String customResponseToMap(
  1. CustomResponse data
)

Implementation

String customResponseToMap(CustomResponse data) => json.encode(data.toMap());