SfLocalizationsId constructor

const SfLocalizationsId({
  1. String localeName = 'id',
})

Creating an argument constructor of SfLocalizationsId class

Implementation

const SfLocalizationsId({
  String localeName = 'id',
}) : super(
        localeName: localeName,
      );