OnceEventV3Body class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- OnceEventV3Body({int? id, DateTime? timestamp, OnceEventType? eventType, OnceEventSeverity? eventSeverity, OnceEventSource? eventSource, OnceOrganisation? organisation, bool? alert, String? description, OnceSim? sim})
-
const
-
OnceEventV3Body.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alert → bool?
-
final
- description → String?
-
final
- eventSeverity → OnceEventSeverity?
-
final
- eventSource → OnceEventSource?
-
final
- eventType → OnceEventType?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → int?
-
final
- organisation → OnceOrganisation?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sim → OnceSim?
-
final
- timestamp → DateTime?
-
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
Constants
-
fromJsonFactory
→ const OnceEventV3Body Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(OnceEventV3Body instance)