Properties constructor

const Properties({
  1. String? region,
})

Implementation

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