corpId property

String get corpId

Implementation

String get corpId {
  return $$context$$["corpId"];
}
set corpId (String value)

Implementation

set corpId(String value) {
  $$context$$["corpId"] = value;
}