pop_sigesit_img_path property

String? pop_sigesit_img_path

Implementation

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