reasonRepost property
      
      ReasonRepost?
      get
      reasonRepost
      
    
    
    
Implementation
ReasonRepost? get reasonRepost =>
    isReasonRepost ? data as ReasonRepost : null;
ReasonRepost? get reasonRepost =>
    isReasonRepost ? data as ReasonRepost : null;