ModSide class

Constructors

ModSide({required ModSideEnvironment environment, required ModRequireType requireType})
ModSide.fromJson(String source)
factory
ModSide.fromMap(Map<String, dynamic> map)
factory

Properties

environment ModSideEnvironment
執行環境
final
hashCode int
The hash code for this object.
no setteroverride
requireType ModRequireType
執行環境的需求類型 (必需/可選/不支援)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ModSideEnvironment? environment, ModRequireType? requireType}) ModSide
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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