Str constructor

const Str(
  1. String name,
  2. String? value
)

Implementation

const factory Str(String name, String? value) = _StaticStr;