SessionInfoUpdate constructor

SessionInfoUpdate({
  1. AcpPatch<String> title = const AcpPatch<String>.unchanged(),
  2. AcpPatch<AcpDateTimeString> updatedAt = const AcpPatch<AcpDateTimeString>.unchanged(),
  3. AcpJsonObject? meta,
})

Creates a SessionInfoUpdate value.

Implementation

SessionInfoUpdate({
  this.title = const AcpPatch<String>.unchanged(),
  this.updatedAt = const AcpPatch<AcpDateTimeString>.unchanged(),
  this.meta,
});