OperatorDetail class

Constructors

OperatorDetail.new({required String base, required Operator operator, List<String> provinces = const <String>[], String? model, SimCardType type = SimCardType.both})
const

Properties

base String
final
hashCode int
The hash code for this object.
no setteroverride
model String?
final
name String
no setter
operator Operator
final
provinces List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SimCardType
final

Methods

copyWith({String? base, List<String>? provinces, String? model, SimCardType? type, Operator? operator}) OperatorDetail
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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