MandateDataOnlineData constructor
- @JsonSerializable(explicitToJson: true)
Implementation
@JsonSerializable(explicitToJson: true)
const factory MandateDataOnlineData({
/// The ip address of the user.
String? ipAddress,
/// The user agent of the user.
String? userAgent,
}) = _MandateDataOnlineData;