toMap property

Map toMap

Implementation

Map get toMap => {
      'code': this.code.toString(),
      'data': this.data,
      'message': this.message
    };