SendResponse constructor

SendResponse(
  1. {String objectId,
  2. String createdAt}
)

Implementation

SendResponse({this.objectId, this.createdAt});