CustomListAttributes constructor

CustomListAttributes(
  1. String? name,
  2. String? visibility,
  3. int? version
)

Implementation

CustomListAttributes(this.name, this.visibility, this.version);