isLikesCanLike property
      
      bool?
      get
      isLikesCanLike
      
    
    
information about whether the current user can mark "Like";
Implementation
bool? get isLikesCanLike => checkBoolUtil(_likes?['can_like']);
information about whether the current user can mark "Like";
bool? get isLikesCanLike => checkBoolUtil(_likes?['can_like']);