screenId property

AFScreenID get screenId

Implementation

AFScreenID get screenId {
  final effective = param.effectiveScreenId;
  return effective ?? screen;
}