MagicResponse constructor
MagicResponse({})
Creates a new MagicResponse instance.
Implementation
MagicResponse({
required this.data,
required this.statusCode,
this.headers = const {},
this.message,
});
Creates a new MagicResponse instance.
MagicResponse({
required this.data,
required this.statusCode,
this.headers = const {},
this.message,
});