Properties constructor

Properties({
  1. Map<String, dynamic>? otherProperties,
})

Implementation

Properties({Map<String, dynamic>? otherProperties})
    : this.otherProperties = otherProperties ?? {};