Properties constructor
const
Properties({
- String? region,
Implementation
const Properties({
String? region,
}) : _region = region ?? 'us1';
const Properties({
String? region,
}) : _region = region ?? 'us1';