dGePayStatusRespModelFromJson function

DGePayStatusRespModel dGePayStatusRespModelFromJson(
  1. String str
)

Implementation

DGePayStatusRespModel dGePayStatusRespModelFromJson(String str) => DGePayStatusRespModel.fromJson(jsonDecode(str));