L0StorageRepository constructor Null safety

L0StorageRepository(
  1. String apiId
)

Implementation

L0StorageRepository(String apiId)
    : _headers = {
        "Content-Type": "application/json",
        "Accept": "application/json",
        "x-api-id": apiId
      };