OwnershipChangeModel constructor

OwnershipChangeModel({
  1. String? status,
  2. String? message,
  3. double? timeStamp,
  4. OwnershipChangeData? data,
  5. String? requestId,
  6. String? correlationId,
  7. int? code,
  8. List<Error>? errors,
})

Implementation

OwnershipChangeModel(
    {this.status,
    this.message,
    this.timeStamp,
    this.data,
    this.requestId,
    this.correlationId,
    this.code,
    this.errors});