Country constructor Null safety

Country(
  1. [void updates(
    1. CountryBuilder
    )?]
)

Implementation

factory Country([void Function(CountryBuilder)? updates]) = _$Country;