ContentResponse constructor

ContentResponse({
  1. int? resultCode,
  2. String? message,
  3. String? data,
})

Implementation

ContentResponse({this.resultCode, this.message, this.data});