location property

  1. @TagNumber.new(1)
String get location

Logical or physical location of the discharge service.

Implementation

@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
  1. @TagNumber.new(1)
set location (String value)

Implementation

@$pb.TagNumber(1)
set location($core.String value) => $_setString(0, value);