ApiRequestLogData constructor

const ApiRequestLogData(
  1. Type type,
  2. String endpoint
)

Implementation

const ApiRequestLogData(this.type, this.endpoint);