SizeFormPathResponse constructor Null safety

SizeFormPathResponse(
  1. {String? status = Status.empty,
  2. String? response,
  3. String? message}
)

Implementation

SizeFormPathResponse({this.status = Status.empty, this.response, this.message});