CubeContact constructor

CubeContact(
  1. String? name,
  2. String? phone, {
  3. bool? destroy,
})

Implementation

CubeContact(this.name, this.phone, {this.destroy});