region property

String get region

Twilio server region to connect to.

Instances exist in specific regions, so this should only be changed if needed.

Implementation

String get region {
  return _region;
}