platform property
- @JsonKey.new(fromJson: DevicePlatformSerialization.deserialize, toJson: DevicePlatformSerialization.serialize)
final
Device platform.
Identifies whether this is a mobile, desktop, or web device. Used for platform-specific notification handling and analytics.
Implementation
@JsonKey(
fromJson: DevicePlatformSerialization.deserialize,
toJson: DevicePlatformSerialization.serialize,
)
final DevicePlatform? platform;