copyWith method
Implementation
AhaiMapContent copyWith({
required String key,
required String value,
}) =>
AhaiMapContent(
key: key,
value: value,
);
AhaiMapContent copyWith({
required String key,
required String value,
}) =>
AhaiMapContent(
key: key,
value: value,
);