presenter property

P get presenter

Implementation

P get presenter {
  assert(_presenter != null);
  return _presenter!;
}