followers property

List<PeamanFollower> followers

Implementation

List<PeamanFollower> get followers =>
    context.pwatch<List<PeamanFollower>?>() ?? [];