AhaiAboutUsModelFromMap static method
Implementation
static List<AhaiAboutUsModel> AhaiAboutUsModelFromMap(String str) =>
List<AhaiAboutUsModel>.from(
json.decode(str).map(
(x) => AhaiAboutUsModel.fromMap(x),
),
);