SpecialSpace class

Особое место для парковки.

Constructors

SpecialSpace({required SpecialSpaceType type, required String name, required String? count})
const

Properties

count String?
Количество мест такого типа на парковке.
final
hashCode int
The hash code for this object.
no setteroverride
name String
Локализованное название особого места.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SpecialSpaceType
Тип.
final

Methods

copyWith({SpecialSpaceType? type, String? name, Optional<String?>? count}) SpecialSpace
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override