MessageAttachment constructor
const
MessageAttachment({
- @Default.new(null) DocumentLocation? type,
- @Default.new([]) List<
String> ids,
Implementation
const factory MessageAttachment({
@Default(null) DocumentLocation? type,
@Default([]) List<String> ids,
}) = _MessageAttachment;