AirtableCrud constructor

AirtableCrud(
  1. String apiKey,
  2. String baseId
)

Constructs an instance of AirtableCrud with the given apiKey and baseId.

Implementation

AirtableCrud(this.apiKey, this.baseId);