HashResponse constructor

HashResponse({
  1. bool? success,
  2. String? code,
  3. String? message,
  4. Data? data,
})

Implementation

HashResponse({this.success, this.code, this.message, this.data});