$CountryCoder.wrap constructor

$CountryCoder.wrap(
  1. CountryCoder $value
)

Wrap a CountryCoder in a $CountryCoder

Implementation

$CountryCoder.wrap(this.$value) : _superclass = $Object($value);