shared property

PubspecUtil get shared

singleton

Implementation

static PubspecUtil get shared {
  _instance ??= PubspecUtil();
  return _instance!;
}