copyWith method
Implementation
Alignment copyWith({
AlignmentType? type,
String? description,
}) =>
Alignment(
meta: meta,
type: type ?? this.type,
description: description ?? this.description,
);
Alignment copyWith({
AlignmentType? type,
String? description,
}) =>
Alignment(
meta: meta,
type: type ?? this.type,
description: description ?? this.description,
);