SAElementKey constructor

SAElementKey(
  1. String key, {
  2. Map<String, dynamic>? properties,
  3. bool isIgnore = false,
})

Implementation

SAElementKey(this.key, {this.properties, this.isIgnore = false}) : super.empty();