localizedShopperStatement property

MapBuilder<String, String> get localizedShopperStatement

Implementation

MapBuilder<String, String> get localizedShopperStatement =>
    _$this._localizedShopperStatement ??= MapBuilder<String, String>();
set localizedShopperStatement (MapBuilder<String, String>? localizedShopperStatement)

Implementation

set localizedShopperStatement(
  MapBuilder<String, String>? localizedShopperStatement,
) => _$this._localizedShopperStatement = localizedShopperStatement;