Tag constructor

Tag({
  1. double? order,
  2. Map<String, Object?> additionalProperties = const {},
})

Implementation

Tag({
  this.order,
  this.additionalProperties = const {},
});