Response constructor

Response(
  1. bool success,
  2. String message,
  3. dynamic data
)

Implementation

Response(this.success, this.message, this.data);