customResponseFromMap function

CustomResponse customResponseFromMap(
  1. String str
)

Implementation

CustomResponse customResponseFromMap(String str) =>
    CustomResponse.fromMap(json.decode(str));