create static method

Country create()

Implementation

@$core.pragma('dart2js:noInline')
static Country create() => Country._();