StorageEngines constructor
StorageEngines({})
Returns a new StorageEngines instance.
Implementation
StorageEngines({
this.dateCreated,
this.lastUpdated,
this.engineId,
required this.providerId,
required this.serviceName,
required this.engineType,
this.integrationComplete,
this.testFuncComplete,
});