Market class

Mixed-in types

Constructors

Market({required String market, required String korean_name, required String english_name, MarketWarning? market_warning})
const
Market.fromJson(Map<String, dynamic> json)
factory

Properties

english_name String
final
hashCode int
The hash code for this object.
no setterinherited
korean_name String
final
market String
final
market_warning MarketWarning?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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