DynamicContentRow class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

DynamicContentRow({int? index, required String name, required String platform, required String sortHeading, required String sortOrder, required String sortOwnership, String? tag, String? type})
Returns a new DynamicContentRow instance.
DynamicContentRow.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
index int?
final
name String
final
platform String
Usually "ThisPlatformSupported", but can also be other values such as "all" or platform specific identifiers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortHeading String
final
sortOrder String
final
sortOwnership String
final
tag String?
Tag to filter content for this row.
final
type String?
Type is not present if it is a world.
final

Methods

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

Operators

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