toEntity method

Information toEntity()

Implementation

Information toEntity() {
  return Information(
    info: info.map((key, value) =>
        MapEntry(key, (value as SectionInfoModel).toEntity())),
    logo: logo,
  );
}