CreateLayerResult constructor

CreateLayerResult({
  1. String? layerId,
})

Implementation

CreateLayerResult({
  this.layerId,
});