NonSdkApi constructor

NonSdkApi({
  1. String? apiSignature,
  2. List<String>? exampleStackTraces,
  3. List<NonSdkApiInsight>? insights,
  4. int? invocationCount,
  5. String? list,
})

Implementation

NonSdkApi({
  this.apiSignature,
  this.exampleStackTraces,
  this.insights,
  this.invocationCount,
  this.list,
});