pop_img_path property

Object? pop_img_path

Implementation

Object? get pop_img_path {
  try {
    if (rawData["pop_img_path"] is Object == false) {
      return null;
    }
    return rawData["pop_img_path"] as Object;
  } catch (e) {
    return null;
  }
}