clone method

  1. @override
MatexCountryBlocState clone()
override

Creates a new instance of MatexCountryBlocState with same properties.

Implementation

@override
MatexCountryBlocState clone() => copyWith();