SdkTypes constructor

SdkTypes({
  1. List<SdkType>? items,
  2. String? position,
})

Implementation

SdkTypes({
  this.items,
  this.position,
});