TGMockMappingVO constructor

TGMockMappingVO({
  1. String? uri,
  2. String? method,
  3. bool? applyMock,
  4. int? httpStatus,
  5. String? successFile,
  6. String? errorFile,
})

Implementation

TGMockMappingVO(
    {this.uri,
    this.method,
    this.applyMock,
    this.httpStatus,
    this.successFile,
    this.errorFile});