now8
stop
StopScreen
StopScreen const constructor
StopScreen
StopScreen
constructor
Null safety
const
StopScreen
(
{
Key
?
key
,
required
String
stopId
}
)
Implementation
const StopScreen({Key? key, required this.stopId}) : super(key: key);
now8
stop
StopScreen
StopScreen const constructor
StopScreen class
Constructors
StopScreen
Properties
hashCode
key
runtimeType
stopId
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==