MorphrCloudOptions constructor

const MorphrCloudOptions({
  1. required String projectId,
  2. required String endpoint,
  3. required String clientId,
  4. required String clientSecret,
})

Implementation

const MorphrCloudOptions({
  required this.projectId,
  required this.endpoint,
  required this.clientId,
  required this.clientSecret,
});