DashboardEventAttachment constructor

DashboardEventAttachment([
  1. void b(
    1. DashboardEventAttachmentBuilder
    )?
])

Creates a new DashboardEventAttachment object using the builder pattern.

Implementation

factory DashboardEventAttachment([void Function(DashboardEventAttachmentBuilder)? b]) = _$DashboardEventAttachment;