getPostName method

String? getPostName()

return String object this method returns the code name

Implementation

String? getPostName() {
    return data!['post_name'];
  }