GenericResponse constructor
const
GenericResponse({})
Implementation
const factory GenericResponse({
@JsonKey(name: 'status') String? status,
@JsonKey(name: 'message') String? message,
@JsonKey(name: 'data') Object? data,
}) = _GenericResponse;