SessionInfoUpdate constructor
SessionInfoUpdate({
- AcpPatch<
String> title = const AcpPatch<String>.unchanged(), - AcpPatch<
AcpDateTimeString> updatedAt = const AcpPatch<AcpDateTimeString>.unchanged(), - AcpJsonObject? meta,
Creates a SessionInfoUpdate value.
Implementation
SessionInfoUpdate({
this.title = const AcpPatch<String>.unchanged(),
this.updatedAt = const AcpPatch<AcpDateTimeString>.unchanged(),
this.meta,
});