getBorder method

HubbleBorder? getBorder(
  1. String name
)

Implementation

HubbleBorder? getBorder(String name) {
  return _borders[name];
}