needShowEntrance property

String? get needShowEntrance

Implementation

String? get needShowEntrance {
  return $$context$$["needShowEntrance"];
}
set needShowEntrance (String? value)

Implementation

set needShowEntrance(String? value) {
  $$context$$["needShowEntrance"] = value;
}