isPrimary property

bool get isPrimary

Implementation

bool get isPrimary {
  return $$context$$["isPrimary"];
}
set isPrimary (bool value)

Implementation

set isPrimary(bool value) {
  $$context$$["isPrimary"] = value;
}