FVariant constructor

const FVariant(
  1. int priority,
  2. String value
)

Creates a variant.

Implementation

const factory FVariant(int priority, String value) = Value;