WikiChangelog class

Constructors

WikiChangelog({String? changelog, required WikiChangelogType type, required String dataUUID, required Map<String, dynamic> changedData, Map<String, dynamic>? unchangedData, required String userUUID, required DateTime time, required String uuid})
WikiChangelog.fromJson(String source)
factory
WikiChangelog.fromMap(Map<String, dynamic> map)
factory

Properties

changedData Map<String, dynamic>
修改的資料內容 (可能是 MinecraftMod )
final
changelog String?
變更日誌
final
dataUUID String
修改的資料 UUID (可能是 MinecraftMod )
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final
type WikiChangelogType
修改類型
final
unchangedData Map<String, dynamic>?
修改前的資料內容 (可能是 MinecraftMod )
final
user Future<User>
no setter
userUUID String
final
uuid String
final

Methods

copyWith({String? changelog, WikiChangelogType? type, String? dataUUID, Map<String, dynamic>? changedData, Map<String, dynamic>? unchangedData, String? userUUID, DateTime? time, String? uuid}) WikiChangelog
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